-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring to Ansible Collection #7
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
I will first proceed on putting the 3 playbooks for ceph, ovn and incus into 3 roles named the same. We might split that up later, but i first want to do the refactoring without changing the original logic. |
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
…ng the deploy playbook right after the recreation playbook Signed-off-by: Markus Katharina Brechtel <[email protected]>
Signed-off-by: Markus Katharina Brechtel <[email protected]>
Ok, this seems to have done it. The setup now runs on my server and from what i can tell everything works. I think we still need to do some restructuring, but this brings everything in collection form and preserves the original logic. This is a good point to merge now so we can iterate upon this. |
Hey, just to let you know that I'm not ignoring this :) I've looked through it a couple of times so far and got a bit overwhelmed by it and have been crazy busy with other work so haven't had the time to start picking things up from this and merging, sorry! |
Thank you! :) I reviewed your latest changes, i am trying on getting the refactoring-branch to include all those. |
Refactoring of the repo to an Ansible Collection.
We now have three roles that basically do the same that the old playbooks did.
The ansible collection is now on top level of the repo.
Also i provided a playbook to recreates the terraform test environment for fast development iteration.